home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / stbar20.zip / GETDESC.GUS < prev    next >
Text File  |  1996-04-11  |  811b  |  30 lines

  1. @echo off
  2. rem ====--=StarBar V2.00=--===--=DIZ & SDN.ID Descriptor File Grabber=--====
  3. rem           DOS BAT
  4. rem
  5. rem ====--=Usage=--====
  6. rem
  7. rem first parameter : Main StarBar Path
  8. rem second parameter : Full path and Filename to be examined
  9. rem
  10. rem ========================================================================
  11. rem
  12.  
  13. rem     After each node has used StarBar at least once, the next line may be
  14. rem     removed...
  15.  
  16. md %1
  17.  
  18. gus %2 file_id.diz %1\ /R /N /Q
  19. if not exist %1\file_id.diz goto nodiz
  20. ren %1\file_id.diz descfile.txt
  21. goto end
  22. :nodiz
  23. gus %2 sdn.id %1\ /R /N /Q
  24. if not exist %1\sdn.id goto end
  25. ren %1\sdn.id descfile.txt
  26. goto end
  27. :end
  28. rem =--=If no descriptor is found, StarBar will expand the full original=--=
  29. rem =--=FILES.BBS description and display that...=--=
  30.